From: Colin Walters Date: Wed, 25 Jun 2025 18:14:58 +0000 (-0400) Subject: admin: Expand column for subcommands X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~4^2~14^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=381288dfb8c951473532cb39969489cb785dfae1;p=ostree.git admin: Expand column for subcommands Prep for soft reboot. Signed-off-by: Colin Walters --- diff --git a/src/ostree/ot-builtin-admin.c b/src/ostree/ot-builtin-admin.c index 53face6a..7488fe07 100644 --- a/src/ostree/ot-builtin-admin.c +++ b/src/ostree/ot-builtin-admin.c @@ -85,7 +85,7 @@ ostree_admin_option_context_new_with_commands (void) { if ((command->flags & OSTREE_BUILTIN_FLAG_HIDDEN) == 0) { - g_string_append_printf (summary, "\n %-19s", command->name); + g_string_append_printf (summary, "\n %-25s", command->name); if (command->description != NULL) g_string_append_printf (summary, "%s", command->description); }